/* é¦–é¡µæ»šåŠ¨å¹¿å‘Š */
/* é¦–é¡µæ»šåŠ¨å¹¿å‘Š */
.home-slide {
    width: 100%;
    min-width: 1200px;
    height: 600px;
    position: relative;
    overflow: hidden;
}
.home-slide .prev,
.home-slide .next {
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    z-index: 99;
    background: url("../images/index-ico.png") no-repeat;
}
.home-slide .prev {
    left: 5%;
    margin-top: -23px;
    background-position: -42px 0;
}
.home-slide .next {
    right: 5%;
    margin-top: -23px;
    background-position: -42px -46px;
}
.home-slide .prev:hover {
    background-position: -42px -92px;
}
.home-slide .next:hover {
    background-position: -42px -138px;
}
.home-slide .container-bd {
    width: 1920px;
    height: 600px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}
.home-slide .container-bd > ul > li > a {
    display: table-cell;
    width: 1920px;
    height: 600px;
    vertical-align: middle;
    text-align: center;
}
.home-slide .container-bd > ul > li > a img {
    vertical-align: middle;
}
.home-slide .container-hd {
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 20px;
    z-index: 99;
    text-align: center;
}
.home-slide .container-hd > ul {
    height: 3px;
}
.home-slide .container-hd > ul > li {
    display: inline-block;
    width: 48px;
    height: 1px;
    margin: 0 10px;
    cursor: pointer;
    vertical-align: top;
    border: 1px solid #dedede;
}
.home-slide .container-hd > ul > li.on {
    border: 1px solid #0181ff;
    background: #0181ff;
}

/* æ ç›® */
.section {
    padding: 65px 0;
}
.section-bar {
    text-align: center;
    position: relative;
    z-index: 99;
}
.section-bar__tit {
    font-size: 32px;
}
.section-bar__sub {
    color: #7e7e7e;
    line-height: 26px;
    padding-top: 20px;
    font-size: 15px;
}
.section-bar__sub .color {
    font-size: 22px;
    font-weight: bold;
    color: #ffae00;
}
.section-bar__sub .color em {
    font-style: normal;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}

.section-bg-white {
    background: #fff;
}

/* æ ç›®ä¸€ */
.section1-block {
    text-align: center;
    margin-top: -54px;
}

/* æ ç›®äºŒ */
.section-bg-grey {
    background: #f9fbff;
}
.api-interface {
    width: 1200px;
    padding: 80px 0 20px;
    margin: 0 auto;
}
.api-interface__dl {
    display: flex;
    margin-bottom: 5px;
    -webkit-box-shadow: 1px 1px 12px rgba(77, 153, 238, 0.1);
    -moz-box-shadow: 1px 1px 12px rgba(77, 153, 238, 0.1);
    box-shadow: 1px 1px 12px rgba(77, 153, 238, 0.1);
}
.api-interface__dl:nth-child(1) .api-interface__dt {
    background: #2ea6ff;
}
.api-interface__dl:nth-child(2) .api-interface__dt {
    background: #61ce4e;
}
.api-interface__dl:nth-child(3) .api-interface__dt {
    background: #ffb74a;
}
.api-interface__dl:nth-child(4) .api-interface__dt {
    background: #fb6e52;
}
.api-interface__dt {
    flex: 0 0 auto;
    width: 200px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.api-interface__dt:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 8px solid #fff;
}
.api-interface__dt .tit {
    color: #fff;
    padding: 0 30px;
    font-size: 18px;
    font-weight: bold;
}
.api-interface__dt .sub {
    color: #fff;
    opacity: 0.2;
    padding: 0 30px;
    margin-top: 6px;
    font-size: 18px;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}
.api-interface__dd {
    flex: 1 1 auto;
    background: #fff;
}
.api-interface__group {
    display: flex;
    padding: 35px 36px;
}
.api-interface__group .label {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-right: 18px;
    font-size: 13px;
}
.api-interface__group .label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin: -3px 5px 0 0;
    background: url("../images/home_canvas_icon.png") no-repeat 0 0;
}

/* æ ç›®ä¸‰ã€æ ç›®å›› */
.section3-block,
.section4-block {
    padding: 80px 0 20px;
    text-align: center;
}

.plan-container {
    height: 730px;
    position: relative;
    overflow: hidden;
}
.plan-container .section-bar {
    color: #fff;
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
}
.plan-container .section-bar__sub {
    color: #fff;
}
.plan-container-bd {
    height: 730px;
    position: relative;
}
.plan-container-bd > ul {
    width: 1920px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}
.plan-container-bd > ul > li {
    height: 730px;
    position: relative;
}
.plan-container-hd {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -600px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.plan-container-hd > ul > li {
    color: #fff;
    height: 38px;
    line-height: 38px;
    margin: 10px 0;
    padding: 0 14px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.plan-container-hd > ul > li.on {
    background: rgba(255, 255, 255, 0.1);
}
.plan-container-hd > ul > .more {
    color: #fff;
    display: block;
    height: 38px;
    line-height: 38px;
    margin: 10px 0;
    padding: 0 14px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
}
.plan-wrap-block {
    position: absolute;
    left: 50%;
    top: 230px;
    margin-left: -600px;
}
.plan-wrap-block__title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.plan-wrap-block__txt {
    color: #c8cfd5;
    margin-top: 16px;
    font-size: 13px;
}
.plan-wrap-block__hand {
    margin-top: 20px;
    font-size: 0;
}
.plan-wrap-block__hand .btn {
    display: inline-block;
    color: #fff;
    height: 36px;
    line-height: 36px;
    padding: 0 30px;
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.plan-wrap-block__hand .btn-link {
    border: 1px solid #fff;
}
.plan-wrap-block__hand .btn-try {
    border: 1px solid #0181ff;
    margin-left: 12px;
    background: #0181ff;
}
.plan-wrap-block__content {
    padding: 70px 0 40px;
}
.plan-wrap-block__content .item {
    color: #fff;
    line-height: 24px;
}
.plan-wrap-block__content .item .label {
    color: #3db1fa;
}
.plan-wrap-block__group {
    display: flex;
}
.plan-wrap-block__group > li {
    text-align: center;
    margin-right: 50px;
}
.plan-wrap-block__group > li .icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    vertical-align: top;
    background: url("../images/home_canvas_icon.png") no-repeat;
}
.plan-wrap-block__group > li .icon1 {
    background-position: 0 -28px;
}
.plan-wrap-block__group > li .icon2 {
    background-position: -36px -28px;
}
.plan-wrap-block__group > li .icon3 {
    background-position: -72px -28px;
}
.plan-wrap-block__group > li .icon4 {
    background-position: -108px -28px;
}
.plan-wrap-block__group > li .icon5 {
    background-position: -144px -28px;
}
.plan-wrap-block__group > li .icon6 {
    background-position: -180px -28px;
}
.plan-wrap-block__group > li .icon7 {
    background-position: -216px -28px;
}
.plan-wrap-block__group > li .icon8 {
    background-position: -36px -64px;
}
.plan-wrap-block__group > li .icon9 {
    background-position: 0 -64px;
}
.plan-wrap-block__group > li .icon10 {
    background-position: -36px -28px;
}
.plan-wrap-block__group > li .icon11 {
    background-position: -36px -64px;
}
.plan-wrap-block__group > li .icon12 {
    background-position: -72px -28px;
}
.plan-wrap-block__group > li .icon13 {
    background-position: -180px -28px;
}
.plan-wrap-block__group > li .icon14 {
    background-position: -72px -64px;
}

.plan-wrap-block__group > li .icon15 {
    background-position: 0 -100px;
}
.plan-wrap-block__group > li .icon16 {
    background-position: -36px -100px;
}
.plan-wrap-block__group > li .icon17 {
    background-position: -72px -100px;
}
.plan-wrap-block__group > li .icon18 {
    background-position: -108px -100px;
}
.plan-wrap-block__group > li .icon19 {
    background-position: -144px -100px;
}
.plan-wrap-block__group > li .icon20 {
    background-position: -180px -100px;
}
.plan-wrap-block__group > li .icon21 {
    background-position: -216px -100px;
}
.plan-wrap-block__group > li .icon22 {
    background-position: -36px -64px;
}

.plan-wrap-block__group > li .icon23 {
    background-position: 0 -28px;
}
.plan-wrap-block__group > li .icon24 {
    background-position: 0 -136px;
}
.plan-wrap-block__group > li .icon25 {
    background-position: -36px -136px;
}
.plan-wrap-block__group > li .icon26 {
    background-position: -72px -136px;
}
.plan-wrap-block__group > li .icon27 {
    background-position: -106px -136px;
}
.plan-wrap-block__group > li .txt {
    color: #fff;
    display: block;
    margin-top: 6px;
    font-size: 13px;
}

.section5-block {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0 30px;
}
.case-group {
    margin: 0 -10px;
}
.case-group > li {
    float: left;
    width: 183px;
    height: 80px;
    margin: 10px;
}
.case-group > li a {
    display: block;
    width: 183px;
    height: 80px;
}
.case-group > li img {
    width: 100%;
    height: 100%;
}

.case-more-bar {
    text-align: center;
    padding-top: 50px;
}
.case-more-bar__btn {
    display: block;
    width: 190px;
    height: 66px;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.case-more-bar__btn span {
    display: block;
    color: #0181ff;
    font-size: 18px;
    text-align: center;
    width: 188px;
    height: 64px;
    line-height: 64px;
    border: 1px solid #0181ff;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.case-more-bar__btn:hover span {
    color: #fff;
}
.case-more-bar__btn:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 1;
    background-color: #0084ff;
}
.case-more-bar__btn:hover:after {
    height: 66px;
}

.article-block {
    width: 1200px;
    padding-top: 50px;
    margin: 0 auto;
}
.article-block .article-item-list {
    float: left;
    width: 350px;
    margin-right: 75px;
}
.article-block .last {
    margin-right: 0;
}
.article-item-list h3 {
    height: 38px;
    line-height: 38px;
}
.article-item-list h3 strong {
    font-size: 16px;
}
.article-item-list h3 em {
    color: #a5a5a5;
    padding-left: 10px;
}
.article-item-list h3 .more {
    float: right;
    color: #0181ff;
    width: 68px;
    height: 20px;
    line-height: 20px;
    margin-top: 8px;
    text-align: center;
    border: 1px solid #e2e2e2;
}
.article-item-list .first {
    height: 130px;
    overflow: hidden;
    position: relative;
    margin-bottom: 14px;
}
.article-item-list .first .pic {
    display: block;
    height: 130px;
}
.article-item-list .first .bt {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.5);
}
.article-item-list .equal {
    height: 28px;
    position: relative;
}
.article-item-list .equal a {
    display: block;
    height: 28px;
}
.article-item-list .equal a:hover {
    background: #0181ff;
}
.article-item-list .equal .date {
    color: #b0b0b0;
    float: left;
    width: 87px;
    height: 28px;
    line-height: 28px;
    padding-left: 3px;
}
.article-item-list .equal .bt {
    float: left;
    color: #7b7b7b;
    width: 255px;
    height: 28px;
    line-height: 28px;
    padding-right: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.article-item-list .equal a:hover .date,
.article-item-list .equal a:hover .bt {
    color: #fff;
}

/* æ–°å¢žæ ç›®ä¸€ */
.section-top-li {
    text-align: center;
    padding: 70px 0 0;
}
.section-top-li li {
    display: inline-block;
    text-align: left;
    height: 90px;
    position: relative;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.section-top-li li a:hover {
    background-color: #fff;
    transform: translateY(-6px);
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 132, 255, 0.2);
    -moz-box-shadow: 0 4px 10px 0 rgba(0, 132, 255, 0.2);
    box-shadow: 0 4px 10px 0 rgba(0, 132, 255, 0.2);
}
.section-top-li li a:before {
    content: "";
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 42px;
    background: url("../images/home-specializing-icons.png") no-repeat 0 0;
}
.section-top-li li:nth-of-type(2) a:before {
    background-position: -91px 0;
}
.section-top-li li:nth-of-type(3) a:before {
    background-position: -194px 0;
}
.section-top-li li:nth-of-type(4) a:before {
    background-position: -296px 0;
}
.section-top-li li:after {
    content: "";
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 30px;
    background-color: #e5e5e5;
}
.section-top-li li:last-child:after {
    display: none;
}
.section-top-li li a {
    display: block;
    height: 42px;
    padding: 24px 25px 24px 90px;
}
.section-top-li li .tit {
    font-size: 15px;
    color: #130f01;
    line-height: 20px;
    text-transform: uppercase;
}
.section-top-li li .txt {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 2px;
}
.section-add01-block {
    text-align: center;
    padding: 100px 0 0;
}
.section-add01-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 77px 0 20px;
    font-size: 0;
}
.section-add01-btn .experience-btn {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 190px;
    height: 66px;
    line-height: 66px;
    margin: 0 17px;
    border-radius: 5px;
    overflow: hidden;
    background: #0084ff;
    position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.section-add01-btn .experience-btn span {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 190px;
    height: 66px;
    line-height: 66px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.section-add01-btn .experience-btn:after {
    position: absolute;
    content: "";
    width: 0;
    height: 66px;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 1;
    background: linear-gradient(90deg, #00d8ff, #0084ff);
}
.section-add01-btn .experience-btn:hover:after {
    width: 190px;
}

.section-add01-btn .intro-btn ,
.section-add01-btn .get-btn {
    display: block;
    width: 190px;
    height: 66px;
    margin: 0 17px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.section-add01-btn .intro-btn span ,
.section-add01-btn .get-btn span {
    display: block;
    color: #0181ff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 188px;
    height: 64px;
    line-height: 64px;
    border: 1px solid #0181ff;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.section-add01-btn .get-btn span:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 20px;
    background: url("../images/home-specializing-down.png") no-repeat;
    vertical-align: middle;
    margin: -3px 6px 0 0;
}
.section-add01-btn .get-btn span:hover:before {
    background: url("../images/home-specializing-down-on.png") no-repeat;
}
.section-add01-btn .intro-btn:hover span ,
.section-add01-btn .get-btn:hover span {
    color: #fff;
}
.section-add01-btn .intro-btn:after ,
.section-add01-btn .get-btn:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 1;
    background-color: #0084ff;
}
.section-add01-btn .intro-btn:hover:after ,
.section-add01-btn .get-btn:hover:after {
    height: 66px;
}

/* æ»¡è¶³ä¸åŒåœºæ™¯ */
.section-add02-block {
    width: 1350px;
    margin: 100px auto 0;
    position: relative;
    height: 700px;
}
.section-add02-block .hd {
    position: absolute;
    left: 0;
    top: 0;
    width: 926px;
    height: 562px;
    overflow: hidden;
}
.section-add02-left li {
    display: none;
    width: 926px;
    height: 562px;
}
.section-add02-left li.on {
    display: block;
}
.section-add02-left li img {
    display: block;
    width: 926px;
    height: 562px;
}
.section-add02-block .bd {
    position: absolute;
    right: 0;
    top: 0;
    width: 336px;
    height: 562px;
}
.section-add02-right li {
    padding-bottom: 16px;
}
.section-add02-right li .con {
    display: block;
    height: 90px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 11px 13px 0 rgba(1, 129, 255, 0.06);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    padding-bottom: 16px;
}
.section-add02-right li.on .con {
    height: auto;
    background-color: #1472ff;
}
.section-add02-right li .title {
    padding: 21px 0 0 26px;
    font-size: 18px;
    line-height: 20px;
    position: relative;
}
.section-add02-right li .title .tips {
    color: #666;
    font-size: 14px;
}
.section-add02-right li.on .title,
.section-add02-right li.on .title .tips {
    color: #fff;
}
.section-add02-right li .title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 21px;
    width: 4px;
    height: 20px;
    background-color: #1472ff;
}
.section-add02-right li .text {
    padding: 10px 26px 0;
    color: #999;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    position: relative;
}
.section-add02-right li.on .text {
    display: none;
    height: auto;
    color: #b2d7f5;
    overflow: hidden;
}
.section-add02-right li .msg {
    padding: 10px 26px 0;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    height: 0;
    overflow: hidden;
}
.section-add02-right li.on .msg {
    height: auto;
}
.section-add02-right li .btn {
    height: 0;
    margin-top: 15px;
    padding: 0 28px;
    overflow: hidden;
}
.section-add02-right li.on .btn {
    height: auto;
}
.section-add02-right li.on .btn a {
    display: inline-block;
    margin: 0 10px 0 0;
    color: #fff;
    border: 1px solid #fff;
    width: 88px;
    height: 28px;
    line-height: 28px;
    border-radius: 15px;
    text-align: center;
}
.section-add02-right li.on .btn a:last-child {
    border-color: #1472ff;
    background-color: #fff;
    color: #1472ff;
}

.section-add02-block .fd {
    position: absolute;
    bottom: -20px;
    left: 170px;
}
.section-add02-block .fd .tit {
    padding-bottom: 15px;
    font-size: 20px;
    height: 36px;
    line-height: 36px;
    font-weight: bold;
}
.section-add02-block .fd .tit a{
    float: right;
    font-size: 16px;
    color: #1472FF;
    width: 117px;
    height: 34px;
    font-weight: normal;
    text-align: center;
    line-height: 34px;
    border-radius: 36px;
    border: 1px solid #1472FF;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.section-add02-block .fd .tit a:hover{
    color: #fff;
    background-color: #1472FF;
}
.section-add02-block .fd .tit a:after{
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/solution-view-icon.png) no-repeat;
    margin: -3px 0 0 6px;
    vertical-align: middle;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.section-add02-block .fd .tit a:hover:after{
    background: url(../images/solution-view-icon-white.png) no-repeat;
}
.section-add02-block .fd .txt {
    color: #9e9e9e;
    padding: 4px 0;
    font-size: 18px;
}

/* ä¸°å¯Œçš„è¥é”€ç­–ç•¥ */
.section4-block {
    padding-bottom: 10px;
}
.ying-circle-box {
    padding: 24px 32px 0;
    width: 1304px;
    height: 655px;
    overflow: hidden;
    margin: 44px auto 0;
}
.first-img {
    width: 1310px;
    height: 1310px;
    border: 1px dashed rgba(84, 162, 221, 0.4);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}
.first-img:after {
    content: "";
    position: absolute;
    left: -21px;
    top: -21px;
    z-index: 1;
    right: -21px;
    width: 1352px;
    height: 1352px;
    background: url("../images/home-ying-circle.png") no-repeat;
    animation: outside 40s linear infinite;
}
@keyframes outside {
    0% {
        transform: rotateZ(0);
    }
    /*50%  {transform: rotateZ(45deg);}*/
    100% {
        transform: rotateZ(360deg);
    }
}
.first-img img {
    display: block;
    margin: 0 auto;
}
.first-img .tong-btn {
    position: absolute;
    top: 230px;
    left: 415px;
    z-index: 2;
    border-radius: 3px;
    background-color: #0181ff;
    width: 70px;
    height: 30px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.first-img .case-btn {
    position: absolute;
    top: 472px;
    right: 176px;
    z-index: 2;
    border-radius: 3px;
    background-color: #e5f2ff;
    width: 90px;
    height: 40px;
    text-align: center;
    line-height: 20px;
    padding: 10px 0;
    font-size: 12px;
    color: #0181ff;
}
.first-img .case-btn .tx {
    display: block;
    font-size: 14px;
}
